(reseat_1): Set iterator's end_charpos to ZV.
authorGerd Moellmann <gerd@gnu.org>
Wed, 14 Feb 2001 11:38:36 +0000 (11:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 14 Feb 2001 11:38:36 +0000 (11:38 +0000)
src/xdisp.c

index 94e3f41b14c1e3cbf7fdbd5b1b7f0f59f3a59ad3..60354b9d8d6e53c4df054e160b48ac15326588b0 100644 (file)
@@ -3716,6 +3716,7 @@ reseat_1 (it, pos, set_stop_p)
 
   it->current.pos = it->position = pos;
   XSETBUFFER (it->object, current_buffer);
+  it->end_charpos = ZV;
   it->dpvec = NULL;
   it->current.dpvec_index = -1;
   it->current.overlay_string_index = -1;